home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / scales.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  231b  |  7 lines

  1. #ifndef SCALES_LOADED
  2. #define SCALES_LOADED 1
  3. /* Scales.h */
  4. extern int install_scale(const int select, int *scale);
  5. extern void transpose_scale(const int transpose, int *scale, 
  6.                             const int range);
  7. #endif